hash/maphash.Hash.seed (field)
6 uses
hash/maphash (current package)
maphash.go#L104: seed Seed // initial seed used for this hash
maphash.go#L122: if h.seed.s == 0 {
maphash.go#L124: h.seed = seed
maphash.go#L201: return h.seed
maphash.go#L213: h.seed = seed
maphash.go#L222: h.state = h.seed
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)